home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / example_tools / simpleop / asmsupport.a next >
Text File  |  1995-03-09  |  85b  |  9 lines

  1.      SECTION _Fmt,CODE
  2. _Fmt:
  3.      move.b d0,(a3)+
  4.      rts
  5.  
  6.      XDEF _Fmt
  7.  
  8.      END
  9.